projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a232a8a
)
Fix some crashes in shut_down_emacs on Haiku
author
Po Lu
<luangruo@yahoo.com>
Sun, 20 Mar 2022 05:53:30 +0000
(
05:53
+0000)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 20 Mar 2022 05:53:30 +0000
(
05:53
+0000)
* src/emacs.c (shut_down_emacs): Stop quitting be app, since
it's not always there.
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 0ff916b18b821f0921d57a7955d08bc49f39895e..2a4dcc2c2c3fa95edc0e744a53cbc181da85a3b4 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-2818,9
+2818,6
@@
shut_down_emacs (int sig, Lisp_Object stuff)
/* Don't update display from now on. */
Vinhibit_redisplay = Qt;
-#ifdef HAVE_HAIKU
- be_app_quit ();
-#endif
/* If we are controlling the terminal, reset terminal modes. */
#ifndef DOS_NT
pid_t tpgrp = tcgetpgrp (STDIN_FILENO);